Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the vanilla-extract group with 6 updates #862

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the vanilla-extract group with 6 updates:

Package From To
@vanilla-extract/css-utils 0.1.3 0.1.4
@vanilla-extract/recipes 0.5.1 0.5.5
@vanilla-extract/css 1.14.0 1.16.0
@vanilla-extract/dynamic 2.1.0 2.1.2
@vanilla-extract/sprinkles 1.6.1 1.6.3
@vanilla-extract/vite-plugin 3.9.4 4.0.16

Updates @vanilla-extract/css-utils from 0.1.3 to 0.1.4

Release notes

Sourced from @​vanilla-extract/css-utils's releases.

@​vanilla-extract/css-utils@​0.1.4

Patch Changes

Changelog

Sourced from @​vanilla-extract/css-utils's changelog.

0.1.4

Patch Changes

Commits

Updates @vanilla-extract/recipes from 0.5.1 to 0.5.5

Release notes

Sourced from @​vanilla-extract/recipes's releases.

@​vanilla-extract/recipes@​0.5.5

Patch Changes

@​vanilla-extract/recipes@​0.5.4

Patch Changes

@​vanilla-extract/recipes@​0.5.3

Patch Changes

@​vanilla-extract/recipes@​0.5.2

Patch Changes

Changelog

Sourced from @​vanilla-extract/recipes's changelog.

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

Commits

Updates @vanilla-extract/css from 1.14.0 to 1.16.0

Release notes

Sourced from @​vanilla-extract/css's releases.

@​vanilla-extract/css@​1.16.0

Minor Changes

  • #1475 cd9d8b2 Thanks @​corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #1450 7b256d2 Thanks @​wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@vanilla-extract/css';
    export const titleViewTransition = createViewTransition();
    export const pageTitle = style({
    viewTransitionName: titleViewTransition
    });

@​vanilla-extract/css@​1.15.5

Patch Changes

@​vanilla-extract/css@​1.15.4

Patch Changes

@​vanilla-extract/css@​1.15.3

Patch Changes

@​vanilla-extract/css@​1.15.2

Patch Changes

... (truncated)

Changelog

Sourced from @​vanilla-extract/css's changelog.

1.16.0

Minor Changes

  • #1475 cd9d8b2 Thanks @​corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #1450 7b256d2 Thanks @​wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@vanilla-extract/css';
    export const titleViewTransition = createViewTransition();
    export const pageTitle = style({
    viewTransitionName: titleViewTransition
    });

1.15.5

Patch Changes

1.15.4

Patch Changes

1.15.3

Patch Changes

1.15.2

Patch Changes

... (truncated)

Commits

Updates @vanilla-extract/dynamic from 2.1.0 to 2.1.2

Release notes

Sourced from @​vanilla-extract/dynamic's releases.

@​vanilla-extract/dynamic@​2.1.2

Patch Changes

@​vanilla-extract/dynamic@​2.1.1

Patch Changes

Changelog

Sourced from @​vanilla-extract/dynamic's changelog.

2.1.2

Patch Changes

2.1.1

Patch Changes

Commits

Updates @vanilla-extract/sprinkles from 1.6.1 to 1.6.3

Release notes

Sourced from @​vanilla-extract/sprinkles's releases.

@​vanilla-extract/sprinkles@​1.6.3

Patch Changes

@​vanilla-extract/sprinkles@​1.6.2

Patch Changes

Changelog

Sourced from @​vanilla-extract/sprinkles's changelog.

1.6.3

Patch Changes

1.6.2

Patch Changes

Commits

Updates @vanilla-extract/vite-plugin from 3.9.4 to 4.0.16

Release notes

Sourced from @​vanilla-extract/vite-plugin's releases.

@​vanilla-extract/vite-plugin@​4.0.16

Patch Changes

  • #1482 30c0305 Thanks @​askoufis! - Fixes a bug where Vanilla Extract files with extensions other than css.ts were not being invalidated during HMR

  • Updated dependencies []:

    • @​vanilla-extract/integration@​7.1.10

@​vanilla-extract/vite-plugin@​4.0.15

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.14

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.13

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.12

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.11

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.10

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.9

Patch Changes

... (truncated)

Changelog

Sourced from @​vanilla-extract/vite-plugin's changelog.

4.0.16

Patch Changes

  • #1482 30c0305 Thanks @​askoufis! - Fixes a bug where Vanilla Extract files with extensions other than css.ts were not being invalidated during HMR

  • Updated dependencies []:

    • @​vanilla-extract/integration@​7.1.10

4.0.15

Patch Changes

4.0.14

Patch Changes

4.0.13

Patch Changes

4.0.12

Patch Changes

4.0.11

Patch Changes

4.0.10

Patch Changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vanilla-extract group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@vanilla-extract/css-utils](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/utils) | `0.1.3` | `0.1.4` |
| [@vanilla-extract/recipes](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/recipes) | `0.5.1` | `0.5.5` |
| [@vanilla-extract/css](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css) | `1.14.0` | `1.16.0` |
| [@vanilla-extract/dynamic](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/dynamic) | `2.1.0` | `2.1.2` |
| [@vanilla-extract/sprinkles](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/sprinkles) | `1.6.1` | `1.6.3` |
| [@vanilla-extract/vite-plugin](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin) | `3.9.4` | `4.0.16` |


Updates `@vanilla-extract/css-utils` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/utils)

Updates `@vanilla-extract/recipes` from 0.5.1 to 0.5.5
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/recipes/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/recipes)

Updates `@vanilla-extract/css` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/css/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/css)

Updates `@vanilla-extract/dynamic` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/dynamic/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/dynamic)

Updates `@vanilla-extract/sprinkles` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/sprinkles/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/sprinkles)

Updates `@vanilla-extract/vite-plugin` from 3.9.4 to 4.0.16
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/vite-plugin)

---
updated-dependencies:
- dependency-name: "@vanilla-extract/css-utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/recipes"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/sprinkles"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vanilla-extract
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2024 07:41
@dependabot dependabot bot requested review from andrzejewsky and Cloud11PL and removed request for a team October 1, 2024 07:41
Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
macaw-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 7:42am

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
Copy link

changeset-bot bot commented Oct 1, 2024

⚠️ No Changeset found

Latest commit: 33efcfa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vanilla-extract-ff2a39a463 branch October 4, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant